home *** CD-ROM | disk | FTP | other *** search
/ HotDog Pro 2.0 / HotDog Pro 2.0.bin / help / hotdog.hpj < prev    next >
Text File  |  1996-01-01  |  5KB  |  144 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for HOTDOG 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS= value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the HOTDOG.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT= entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT= entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=D:\DATA\VB\HOTDOG\HELP
  19.  
  20. ; The CONTENTS= tells the help Engine which topic contains the contents 
  21. CONTENTS=IDH_CONTENTS
  22.  
  23. ; Title is Displayed in the Title Bar of WINHELP.EXE
  24.  
  25. ; The BUILD= setting allows complex Help systems which require
  26. ; different versions to use the same source.  This is similar to #ifdef's 
  27. ; in the 'C' language.  Everything to the right of the = sign in the 
  28. ; BUILD= statement is an EXPRESSION.  See the Help compiler 
  29. ; documentation for more information about build expressions.
  30. BUILD=WINDOWS
  31.  
  32. ; The Warning Level is used by the Help Compiler (HC.EXE)
  33. ; WARNING=1  - Only the most severe warnings are reported
  34. ; WARNING=2  - Intermediate Level of warnings
  35. ; WARNING=3  - Most stringent error reporting
  36.  
  37. ; The Compress option is used by the Help Compiler to make 
  38. ; smaller, faster loading .HLP files.  However, using compression
  39. ; increases Compile times.
  40. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  41.  
  42.  
  43. OLDKEYPHRASE=FALSE
  44. OPTCDROM=FALSE
  45. REPORT=FALSE
  46. COPYRIGHT=Copyright╕1995 Sausage Software
  47. TITLE=HotDog Help
  48. COMPRESS=FALSE
  49. WARNING=2
  50. ERRORLOG=X:\VISUAL~1\HOTDOG\HOTDOG~1\OEMS\STD1\30\16DEC95\HELP\HOTDOG.ERR
  51. BMROOT=X:\VISUAL~1\HOTDOG\HELP,X:\VISUAL~1\HOTDOG,G:\VB\BITMAPS\TOOLBAR3,X:\VISUAL~1\HOTDOG\HOTDOG~1\OEMS\STD1\30\16DEC95\HELP 
  52. [BUILDTAGS]
  53. ; The Build Tags section specifies to the Help Compiler the names
  54. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  55. ; section is optional.
  56. WINDOWS
  57.  
  58.  
  59. [CONFIG]
  60. ; The config section allows you to define some macros which will be
  61. ; executed when the help system is first executed.
  62. ;
  63. ; The next line gives you browse buttons:
  64. ;
  65.  
  66. ;
  67. ; To create a glossary button which displays a list of defined terms
  68. ; in a secondary window, remove the semi colon at the start of the next
  69. ; line and do the same with the Glossary window in the [WINDOWS] section
  70. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  71. ;
  72. ;
  73. ; The next line creates a button which jumps to the glossary topic.
  74. ;
  75.  
  76.  
  77.  
  78. CreateButton("Glossary_Btn","&Glossary","JI(qchPath,`IDH_Glossary')")
  79. CreateButton("PrintThisTopic","Print","Print()")
  80. CreateButton("ExitHelp","Exit","Exit()")
  81. [FILES]
  82. ; The files section is where you specify to the Help Compiler which
  83. ; Rich Text Format (.RTF) (your help source) files will be used in the
  84. ; Help system.  RoboHELP generates and maintains the main .RTF 
  85. ; file for your Help System.  If you desire to have multiple .RTF files,
  86. ; simply add the additonal names to the [FILES] section.
  87.  
  88. HOTDOG.RTF
  89. [ALIAS]
  90. ; The Alias  section allows you to set up aliases for context strings 
  91. ; in your help system.  
  92. ; Brief example:
  93. ;    IDH_UserID = IDH_RoboGenerated_Id
  94. ;    IDH_WMP_MenuID = IDH_RoboGenerated_Id
  95. ;    IDH_Any = IDH_AnyOther
  96.  
  97. [MAP]
  98. ; The Map Section is where the C language #defines are translated 
  99. ; or mapped into the Help System Context Strings.  Standard C syntax
  100. ; can be employed.  The .HH file is meant to be #include(d) into your 
  101. ; Windows application source code.
  102.  
  103. #include <HOTDOG.HH>
  104. [BITMAPS]
  105. ; The [BITMAPS] section is where you list any Bitmaps which have
  106. ; been placed by reference in the Help System.  See the Help compiler
  107. ; documentation for more information about placing bitmaps.
  108. ; The [BITMAPS] section is not really required under Windows 3.1,
  109. ; with the advent of the BMROOT item in the [OPTIONS] section.
  110. ;FOO1.BMP
  111. ;FOO2.BMP
  112. ;C:\FOO\FOO3.BMP
  113. ;And So On
  114.  
  115. [WINDOWS]
  116. ; Windows Help can display help in one of 5 secondary windows.
  117. ; Before using a secondary window, the window must be defined
  118. ; in this section:
  119. ;Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  120.  
  121. html="HotDog HTML Help",(383,0,639,1023),0,(255,255,255),(255,255,255)
  122. main=,,0,,(255,255,255)
  123. [BAGGAGE]
  124. ; The Baggage section allows the user to include files which
  125. ; will be placed in the internal file system for WinHelp.  
  126. ; Using files from Baggage is a little faster for CDROM, since
  127. ; the CDROM drive table does not need to be read from disk.
  128. ;
  129. ; Baggage files are referred to as regular bitmaps, except
  130. ; that you prefix the filename with '!'.
  131. ;
  132. ;    For Instance:
  133. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  134. ;
  135.